From: Ian Campbell Date: Wed, 25 Apr 2012 12:55:26 +0000 (+0100) Subject: docs: use "a4" not "a4wide" paper type for doxygen and latex X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~8553 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=dd9f31cc4e4914bc5aefd2d0fe19361dbf3c532c;p=xen.git docs: use "a4" not "a4wide" paper type for doxygen and latex a4wide is no longer shipped in texlive. Reported by Bastian Blank Signed-off-by: Ian Campbell Committed-by: Keir Fraser --- diff --git a/docs/Doxyfile b/docs/Doxyfile index 21b06aa07f..8ac445146f 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -747,7 +747,7 @@ COMPACT_LATEX = NO # by the printer. Possible values are: a4, a4wide, letter, legal and # executive. If left blank a4wide will be used. -PAPER_TYPE = a4wide +PAPER_TYPE = a4 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. diff --git a/docs/xen-api/xenapi.tex b/docs/xen-api/xenapi.tex index 68e68fae61..b59b706772 100644 --- a/docs/xen-api/xenapi.tex +++ b/docs/xen-api/xenapi.tex @@ -13,7 +13,7 @@ \documentclass{report} -\usepackage{a4wide} +\usepackage{a4} \usepackage{graphics} \usepackage{longtable} \usepackage{fancyhdr}